SetNodeNameRequest

data class SetNodeNameRequest(nodeId: NodeId, name: String)

Represents request frame that can be used with DOM#setNodeName operation call.

Sets node name for a node with given id.

See also

Constructors

SetNodeNameRequest
Link copied to clipboard
fun SetNodeNameRequest(nodeId: NodeId, name: String)

Properties

name
Link copied to clipboard
val name: String
New node's name.
nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node to set name for.

Sources

jvm source
Link copied to clipboard